home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
-
-
-
- Puzzler v2.0
- Puzzle Solution Helper
-
- Copyright 1992-1994, Acropolis Software
- Acropolis Software
- P.O. Box 5037
- Fair Oaks, CA 95628
-
-
- THE LEGAL STUFF
- Puzzler is provided on an "as is" basis without warranty of any
- kind, expressed or implied. In no event will Acropolis Software, its
- assigns, employees or pets be liable to you for any damages, including
- any lost profits, lost savings or other incidental or consequential
- damages arising out of the use or inability to use the program, even
- if Acropolis Software, including their employees and/or assigns have
- been advised of the possibility of such damages, or for any claim by
- any other party. Some restrictions may apply in other states,
- countries, territories and civilizations.
-
-
-
- Contents
-
- Introduction ............................. 1
-
- File list ................................ 1
-
- Requirements ............................. 1
-
- Installation
- Floppy Drive System .................... 2
- Hard Drive System ...................... 2
-
- Running Puzzler .......................... 3
-
- Pattern Searches ......................... 3
-
- Anagram Unscrambling ..................... 4
-
- Jumbled Word Search ...................... 5
-
- Anagram Search ........................... 5
-
- Registration ............................. 6
- Page 1
-
- INTRODUCTION
- Puzzler is a program to help you solve word puzzles that you have found
- yourself stuck on. It is designed mainly to help with anagrams and
- crossword puzzles, but I am sure there are other uses for it. Cheating
- at hangman is but one example.
-
- With Puzzler you can find all the combinations of an anagram that make
- valid words or abbreviations. Or you can have it search for all words
- that match a pattern of letters where you do not know what some of the
- letters are such as in a crossword puzzle where you only know a few of
- the letters in a word, but can't seem to guess what the word is.
-
- Puzzler will also allow you to find multiple word anagrams. For example,
- you can enter a sentence and Puzzler will display any new sentences that
- can be constructed from the letters you have entered.
-
- Puzzler knows a little over 80,000 words and abbreviations.
-
-
-
- FILE LIST
-
- Puzzler comes with the following files:
-
- PUZZLER.EXE The Puzzler Program.
- PUZZLER.DOC This manual.
- ACROP.DIC The dictionary containing all the words.
- REGISTER.DOC A copy of the registration form.
-
- If you give copies of Puzzler away you must include all four files.
-
-
-
- REQUIREMENTS
-
- The minimum system requirements to run Puzzler¬ are:
- 256K of RAM
- 1 Floppy disk drive
- DOS version 2.1 or higher
-
- A hard drive is recommended, but not required. Puzzler¬ will just
- run a little slower from a floppy disk.
- Page 2
-
- INSTALLATION
-
- Floppy Disk Drive System Installation
- Setting up Puzzler on a floppy disk drive system is easy. Start your
- computer with a DOS disk in drive A:. Now place a blank disk in drive
- B: and type:
-
- FORMAT B:
-
- When the formatting is finished, replace the DOS disk in drive A: with
- your Puzzler master disk and type the following commands:
-
- COPY PUZZLER.EXE B:
- COPY ACROP.DIC B:
-
- You now have a Puzzler disk in drive B:. Put your master Puzzler disk
- away in a safe place so that if something happens to your working disk
- you can make a new copy by repeating the steps above. To run Puzzler,
- place the Puzzler working disk in drive A: and type PUZZLER at the
- DOS prompt.
-
-
- Hard Drive System Installation
- To install Puzzler on your hard drive you first make a subdirectory
- to place it in and then copy the files PUZZLER.EXE and ACROP.DIC into
- that subdirectory. To run Puzzler just change to the subdirectory
- containing the Puzzler program and the dictionary and type PUZZLER
- at the DOS prompt.
- Page 3
-
- RUNNING PUZZLER
-
- You start Puzzler by typing PUZZLER at the DOS prompt and pressing the
- [ENTER] key.
-
- There is one command line option when starting Puzzler you can include
- the option -m to force it into the monochrome mode on color monitors.
-
- If for some reason Puzzler¬ cannot find its dictionary, it will alert
- you and quit immediately. If everything goes well, you will be presented
- with the Puzzler main screen and a menu that lets you select the desired
- function.
-
- The four options are: [J]umbled, [P]attern Search, [A]nagram and [ESC]
- to exit. You may press the [F1] key at any time and get help explaining
- where you currently are in the program.
-
-
-
- PATTERN SEARCHES
- Use the [P]attern Search option to help solve crosswords and hangman type
- puzzles. Puzzler can locate words when you only know some of the letters.
- Say you are doing a crossword puzzle and you have a four letter word you
- can't figure out, but you know all but the second letter in the word.
- An example would be "C*AT". This is the type of thing pattern searches
- are good for.
-
- Selecting the [P]attern Search option from the main menu and giving it
- the pattern "C*AT". Puzzler will come back with the words "CHAT" and
- "COAT". Puzzler isn't limited to just one missing letter. You could
- give it a pattern like "*GA*" and it will return the words "AGAR" (a
- gelatin extracted from algae) and "EGAD". In fact you can use the wild
- card character "*" for any number of the letters in the word, even all
- of them. But be warned if you make the pattern too general such as
- "*****" (all five letter words), you may not have enough memory for
- Puzzler to keep a list of them. Nothing nasty will happen, but it will
- tell you that it cannot display all of them.
-
- There isn't anything magic about the "*" character. Puzzler will
- automatically replace any character that isn't a letter or the apostrophe
- with the wild card asterisk.
-
- Once Puzzler¬ has found matches to the pattern, it will display the list
- and wait for you to press the [ENTER] key (to go on to the next page of
- words if there are more) or the [ESC] key to return to the pattern prompt.
-
- You can return to the main menu by pressing either the [ENTER] or the
- [ESC] key at the prompt for the pattern.
- Page 4
-
- ANAGRAM UNSCRAMBLING
- The most powerful function of Puzzler is the anagram descrambler module.
- Given a group of letters, it will find all the valid words that can be
- made from those letters.
-
- The reason it is so powerful is the shear number of combinations that
- there are to be tested. With two letters there are only two combinations,
- with three letters there are six combinations, but as you increase the
- number letters the number of possible combinations grows at a fantastic
- rate. For example fourteen letters can be arranged in 87,178,291,200
- combinations. The following table showS the number of combinations
- possible with one to twenty letters.
-
-
- Letters Combinations Letters Combinations
- 1 1 11 39,919,800
- 2 2 12 479,001,600
- 3 6 13 6,227,020,800
- 4 24 14 87,178,291,200
- 5 120 15 1,307,674,378,000
- 6 720 16 20,922,790,048,000
- 7 5,040 17 355,687,430,816,000
- 8 40,320 18 3,402,373,754,688,000
- 9 362,880 19 65,045,101,339,072,000
- 10 3,628,800 20 1,300,902,026,781,440,000
-
-
- Fortunately, Puzzler is bright enough that it won't take until the end
- of the universe to test all the combinations for a 20 letter word.
- Puzzler will stop searching pointless chains of combinations when there
- is no reason to continue. An example would be a 20 character string of
- letters that has the letters "Z" and "X" in it. Since it cannot find any
- words that start with the letter combination "ZX" it can drop
- 3,402,373,754,688,000 combinations that start with that arrangement of
- letters (also the same amount again because there are not any words that
- start with the combination "XZ"). That and other tricks allows Puzzler
- to return an answer in a reasonable amount of time. Those numbers assume
- that all the letters in the group are different. When some letters are
- repeated the number of combinations is reduced, but the math used to
- figure out the actual number of different combinations when some of the
- letters are repeated is even scarier then the above numbers.
-
- Don't let the big numbers scare you. Puzzler is really rather quick at
- finding all the valid combinations. On a 386 computer the unscrambling
- of even 20 letter words typically takes less than 15 or 20 seconds; it
- may take longer with a large number of vowels. With the normal use being
- for word of four to seven letters, you'll find it amazingly quick.
-
- Having explained what Puzzler is doing when it unscrambles a group of
- letters, let's see how to make it work for you.
- Page 5
-
- JUMBLED WORD SEARCH
- After selecting the [J]umbled word search option from the main menu,
- you will be prompted for the group of letters from which to find a
- valid word. After entering the letters, Puzzler will display the
- number of combinations possible and start the search for valid words.
-
- Once Puzzler has tried all the combinations, it will display all the
- valid words and then wait for you to press the [ENTER] or [ESC] key.
-
- You will then be prompted to once again enter a group of letters to
- search. You can return to the main menu by pressing either the [ENTER]
- or [ESC] key.
-
-
-
- ANAGRAM SEARCH
- After selecting the [A]nagram search option from the main menu, you
- will be prompted for the sentence (or string of letters) from which to
- find valid sentences. Puzzler will display the number of combinations
- possible and start the search for sentences containing valid words -
- though many (if not most) will be nonsensical in nature.
- Page 6
-
-
-
-
- REGISTRATION
- The product being registered is Puzzler v2.0. You will receive a
- registered copy of the latest version of without the shareware notice
- plus a printed manual.
-
-
- Name : ___________________________________________
- Company : ___________________________________________
- Address : ___________________________________________
- ___________________________________________
- City/State : ___________________________________________
- Zip Code : ___________________________________________
- Phone : ___________________________________________
-
-
- Registration : $10 x ___ = $ _____
- Calif. Residents must add sales tax _____ Disk Size:
- Shipping & Handling $ 2.50 ___ 3.5" ___ 5.25"
-
- Total $ _____ US FUNDS
-
- Credit card orders may be phoned or faxed to: (916) 967-4791.
- Phone order from 10am - 6pm PST. Fax Orders 24 hrs a day.
- Please provide the following information:
-
- ___ Visa ___ MasterCard
-
- (PLEASE PRINT)
- Name as appears on card: ____________________________________
-
- Card Number: ____________________________________
-
- Expiration Date: ______________
-
- Signature: __________________________________
-
-
- Send Check, Money Orders or Credit Card orders to:
-
- Acropolis Software
- P.O. Box 5037
- Fair Oaks, CA 95628
- USA
-